home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / WordPress 1.5.1.dmg / wordpress / wp-content / themes / default / footer.php < prev    next >
Encoding:
PHP Script  |  2005-03-29  |  572 b   |  20 lines

  1.  
  2. <hr />
  3. <div id="footer">
  4.     <p>
  5.         <?php bloginfo('name'); ?> is proudly powered by 
  6.         <a href="http://wordpress.org">WordPress</a>
  7.         <br /><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
  8.         and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
  9.         <!-- <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. -->
  10.     </p>
  11. </div>
  12. </div>
  13.  
  14. <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
  15. <?php /* "Just what do you think you're doing Dave?" */ ?>
  16.  
  17.         <?php wp_footer(); ?>
  18.  
  19. </body>
  20. </html>